ComponentOne True DBGrid for WinForms
Add(Int32[]) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > SelectedRowCollection Class > Add Method : Add(Int32[]) Method
The range of rows' numbers to add.
Adds a range of rows to the end of the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal rows() As System.Integer _
) 
public void Add( 
   System.int[] rows
)

Parameters

rows
The range of rows' numbers to add.
See Also

Reference

SelectedRowCollection Class
SelectedRowCollection Members
Overload List